home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / util / libs / pmuser.lha / PopupMenuUser / Install next >
Text File  |  1997-02-27  |  295b  |  18 lines

  1. ;
  2. ; $VER: PopupMenuUserInstaller V1.0 (27.2.96)
  3. ; Copyright ©1996-1997 Henrik Isaksson
  4. ;
  5.  
  6. (copylib
  7.     (prompt        "Installing the popupmenu.library...")
  8.     (help        @copylib-help)
  9.     (source        "popupmenu.library")
  10.     (dest        "LIBS:")
  11.     (optional    force askuser)
  12.     (confirm)
  13. )
  14.  
  15. (set @default-dest "LIBS:")
  16.  
  17. (exit)
  18.